home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Multimedia Viewer How-To CD / Microsoft Multimedia Viewer How-To CD.iso / viewerht / howtos / chap10 / chap10_1 / helpform.frm (.txt) < prev   
Visual Basic Form  |  1993-08-14  |  3KB  |  81 lines

  1. HelpForm
  2. Viewer Help Demo
  3. Form23
  4. Text2
  5. Second Text Box
  6. Text1
  7. First Text Box
  8. Command1
  9.     Form_Load
  10. Form_KeyDown<
  11. KeyCode
  12. Shift
  13. KEY_F1
  14. ContextHelp
  15. Command1_Click7
  16. Context
  17. Text1_Change
  18. Text1_KeyDown
  19. Text2_Change
  20. Text2_KeyDown
  21. Command1_KeyDown
  22. ViewerXy
  23. ViewerYa
  24. ViewerWidthZ
  25. ViewerHeight$
  26. VwrFromMVB
  27. szMVB
  28. WvrCommand|
  29. szMacro
  30. iCmdOptions
  31. VwrQuit
  32. Width
  33. Screen
  34. Height
  35. PosCmd
  36. JICmd
  37.     vwrViewerT
  38. vwrRet
  39. VwrCommando
  40. cmdoptHIDE
  41. HelpForm
  42. ScaleWidth
  43. ScaleHeight
  44.     ScaleMode
  45. TwipHeight
  46.     TwipWidth
  47. PixelHeight
  48. PixelWidth
  49. cmdoptNONE
  50. TWIPS
  51. PIXELS
  52. mvapi2.dll
  53. mvapi2.dll
  54. mvapi2.dll
  55. Command1_Click
  56.    end Viewerg
  57. CHAP10_1.MVB
  58.    end VB programr
  59. Command1_KeyDown
  60. button
  61. ContextHelp
  62.    prepare strings
  63. CHAP10_1.MVB
  64.    create Viewer PositionTopic command
  65. PositionTopic(
  66. ,1,0)
  67.    create Viewer Jump command
  68.    get identifier for Viewer task
  69.    Issue command
  70.    note: if Viewer is not running, vwrViewer% = 0
  71.      This causes VwrCommand to start Viewerw
  72.     vwrRet% = VwrCommand(vwrViewer%, MVB$ + Chr$(0), PosCmd$ + ";" + JICmd$ + Chr$(0), cmdoptNONE)
  73. Form_Load
  74.    set this window's size & position
  75.    calculate Viewer windows's size & position, in pixels
  76.     ScaleMode = PIXELS
  77. Text1_KeyDown
  78. text1
  79. Text2_KeyDown
  80. text2
  81.